Add Copyright/License information.
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 12 Jul 2005 04:38:51 +0000 (04:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 12 Jul 2005 04:38:51 +0000 (04:38 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/linux-fb/gdkdrawable-fb2.c
gdk/linux-fb/gdkfbswitch.c
gdk/linux-fb/gdkgc-fb.c
gdk/linux-fb/gdkpango-fb.c
gdk/linux-fb/gdkrender-fb.c

index bb7c3b62c5909d94bc114204feebf542f7362a03..28695689558ae9d0f2585e1b5dbac0ff5bf5c24e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/linux-fb/gdkrender-fb.c: 
+       * gdk/linux-fb/gdkpango-fb.c: 
+       * gdk/linux-fb/gdkdrawable-fb2.c: 
+       * gdk/linux-fb/gdkgc-fb.c: 
+       * gdk/linux-fb/gdkfbswitch.c: Add Copyright/License information.
+
        * gdk/gdkwindow.h: 
        * gdk/gdkvisual.h: 
        * gdk/gdkselection.h: 
index bb7c3b62c5909d94bc114204feebf542f7362a03..28695689558ae9d0f2585e1b5dbac0ff5bf5c24e 100644 (file)
@@ -1,5 +1,11 @@
 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/linux-fb/gdkrender-fb.c: 
+       * gdk/linux-fb/gdkpango-fb.c: 
+       * gdk/linux-fb/gdkdrawable-fb2.c: 
+       * gdk/linux-fb/gdkgc-fb.c: 
+       * gdk/linux-fb/gdkfbswitch.c: Add Copyright/License information.
+
        * gdk/gdkwindow.h: 
        * gdk/gdkvisual.h: 
        * gdk/gdkselection.h: 
index bb7c3b62c5909d94bc114204feebf542f7362a03..28695689558ae9d0f2585e1b5dbac0ff5bf5c24e 100644 (file)
@@ -1,5 +1,11 @@
 2005-07-12  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/linux-fb/gdkrender-fb.c: 
+       * gdk/linux-fb/gdkpango-fb.c: 
+       * gdk/linux-fb/gdkdrawable-fb2.c: 
+       * gdk/linux-fb/gdkgc-fb.c: 
+       * gdk/linux-fb/gdkfbswitch.c: Add Copyright/License information.
+
        * gdk/gdkwindow.h: 
        * gdk/gdkvisual.h: 
        * gdk/gdkselection.h: 
index adbb79cee5a7a6dff4c5f9246945e9da419c9e14..1274f0f219309993fde198db43188715f6b3c4a4 100644 (file)
@@ -1,3 +1,29 @@
+/* GDK - The GIMP Drawing Kit
+ * Copyright (C) 2000 Elliot Lee
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+/*
+ * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
+ * file for a list of people on the GTK+ Team.  See the ChangeLog
+ * files for a list of changes.  These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ */
+
 #include <config.h>
 #include "gdkprivate-fb.h"
 #include "mi.h"
index 009178becc9b97eae5eb63fe3010aa835719a85e..31179f42266555100d8356ae1d41457da6696491 100644 (file)
@@ -1,3 +1,29 @@
+/* GDK - The GIMP Drawing Kit
+ * Copyright (C) 2001 Alexander Larsson
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+/*
+ * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
+ * file for a list of people on the GTK+ Team.  See the ChangeLog
+ * files for a list of changes.  These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ */
+
 #include <config.h>
 #include <glib.h>
 
index a27b9ea9629ff98e7acac65e6c1aced70e28f4d8..526be87269938c622db43440fd68417947954f12 100644 (file)
@@ -1,3 +1,29 @@
+/* GDK - The GIMP Drawing Kit
+ * Copyright (C) 2000 Elliot Lee
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+/*
+ * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
+ * file for a list of people on the GTK+ Team.  See the ChangeLog
+ * files for a list of changes.  These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ */
+
 #include <config.h>
 #include <string.h>
 #include <stdlib.h>
index ccd15cdffa10f6283e295f5d8e62e5515d40d781..7ba6bffbca453c142d503d8636c9ba99a8938633 100644 (file)
@@ -1,3 +1,29 @@
+/* GDK - The GIMP Drawing Kit
+ * Copyright (C) 2000 Elliot Lee
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+/*
+ * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
+ * file for a list of people on the GTK+ Team.  See the ChangeLog
+ * files for a list of changes.  These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ */
+
 #include <config.h>
 #include <glib.h>
 #include "gdkprivate-fb.h"
index 912f66690cb6249a6e895b8e6fcdbf5df4e0adc8..eec62907c828444129e61bf182bf299bdeb255f9 100644 (file)
@@ -1,3 +1,29 @@
+/* GDK - The GIMP Drawing Kit
+ * Copyright (C) 2000 Alexander Larsson
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+/*
+ * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
+ * file for a list of people on the GTK+ Team.  See the ChangeLog
+ * files for a list of changes.  These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ */
+
 #include <config.h>
 #include "gdkprivate-fb.h"
 #include <string.h>